org.eclipse.vtp.desktop.editors.core.elements.properties
Class WebServiceCallOutputPropertiesPanel.MappingCellModifier

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.properties.WebServiceCallOutputPropertiesPanel.MappingCellModifier
All Implemented Interfaces:
org.eclipse.jface.viewers.ICellModifier
Enclosing class:
WebServiceCallOutputPropertiesPanel

public class WebServiceCallOutputPropertiesPanel.MappingCellModifier
extends java.lang.Object
implements org.eclipse.jface.viewers.ICellModifier


Constructor Summary
WebServiceCallOutputPropertiesPanel.MappingCellModifier()
           
 
Method Summary
 boolean canModify(java.lang.Object element, java.lang.String property)
           
 java.lang.Object getValue(java.lang.Object element, java.lang.String property)
           
 void modify(java.lang.Object element, java.lang.String property, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceCallOutputPropertiesPanel.MappingCellModifier

public WebServiceCallOutputPropertiesPanel.MappingCellModifier()
Method Detail

canModify

public boolean canModify(java.lang.Object element,
                         java.lang.String property)
Specified by:
canModify in interface org.eclipse.jface.viewers.ICellModifier

getValue

public java.lang.Object getValue(java.lang.Object element,
                                 java.lang.String property)
Specified by:
getValue in interface org.eclipse.jface.viewers.ICellModifier

modify

public void modify(java.lang.Object element,
                   java.lang.String property,
                   java.lang.Object value)
Specified by:
modify in interface org.eclipse.jface.viewers.ICellModifier